projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a092592
)
Delete eol whitespace; nfc.
author
Thien-Thi Nguyen
<ttn@gnuvola.org>
Sat, 24 Nov 2007 16:13:38 +0000
(16:13 +0000)
committer
Thien-Thi Nguyen
<ttn@gnuvola.org>
Sat, 24 Nov 2007 16:13:38 +0000
(16:13 +0000)
lisp/vc.el
patch
|
blob
|
history
diff --git
a/lisp/vc.el
b/lisp/vc.el
index 2775fd6a75873876c13384e841f9db6b6ccbde53..30e9dc3c37ea9ea79c04e32ff352db1ee7bb1455 100644
(file)
--- a/
lisp/vc.el
+++ b/
lisp/vc.el
@@
-2077,7
+2077,7
@@
If `F.~REV~' already exists, use it instead of checking it out again."
(message "Checking out %s...done" filename)))
(let ((result-buf (find-file-noselect filename)))
(with-current-buffer result-buf
- ;; Set the parent buffer so that things like
+ ;; Set the parent buffer so that things like
;; C-x v g, C-x v l, ... etc work.
(setq vc-parent-buffer filebuf))
result-buf)))